home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / util / rexx / dsmiscre.rea < prev    next >
Text File  |  1997-05-03  |  3KB  |  70 lines

  1. Short:    Some simple scripts for DrawStudio
  2. Author:   odin@dcs.qmw.ac.uk (Andrew Elia)
  3. Uploader: odin@dcs.qmw.ac.uk (Andrew Elia)
  4. Type:     util/rexx
  5.  
  6. This is a small collection of some of my first attempts at bashing out
  7. some ARexx scripts for the excellent Drawstudio. They don't do anything
  8. particularly fancy, and the interface is a bit naff, but I they'll be
  9. valuable learning material... even if it does mean that you learn how
  10. NOT to write an ARexx script!
  11.  
  12. IMPORTANT! Some of these scripts require rexxmathlib.library (available
  13. from Aminet sites at util/rexx/RexxMathLib.lha or on Aminet CD 16).
  14.  
  15. * Graph -    As the name suggests, a little script that allows you to plot
  16.             a bar graph from a set of values. You can set various options
  17.             such as the scale used for the Y-axis, the length of ticks,
  18.             the inter-bar gap among other things.
  19.  
  20. * Polygon -    OK, OK, so there are already scripts for drawing various
  21.             types of polygon provided with the program, but this one is
  22.             different. Honest, guv. Whereas the scripts that come with
  23.             DrawStudio only let you do triangles, pentagons, hexagons,
  24.             septagons, and octagons, this script gives you the ability
  25.             to create ANY regular polygon you like! Dodecagon anyone ?
  26.  
  27. * Flash -   This creates a little star-like flash object not unlike
  28.             those seen in the tackier of supermarkets. However, like
  29.             many other things in DrawStudio, it's a little more flexible
  30.             than that. One of the example images demonstrates how, with
  31.             the aid of the Duplicate tool, you can create a pretty
  32.             flower. Hmm.
  33.  
  34. * Pie -     This is a bit of a naff attempt at creating pie charts. Due
  35.             to my severe lack of knowledge in all things mathematical,
  36.             I'm not particularly familar with Bezier curves, and so the
  37.             slices tend to look a bit crappy. However, you can still do
  38.             cool things like picking up individual slices and moving
  39.             them elsewhere.
  40.  
  41. Oh, and if you don't already have DrawStudio and just happen to be
  42. browsing at this ReadMe file for no apparent reason, the go out and buy
  43. it now! Seriously, we don't often get new commercial talent in these
  44. hard times, so please give the demo a try or something.
  45.  
  46. Andrew Elia
  47.  
  48.  
  49. ============================= Archive contents =============================
  50.  
  51. Original  Packed Ratio    Date     Time    Name
  52. -------- ------- ----- --------- --------  -------------
  53.     8140    3491 57.1% 08-Mar-97 19:13:16 +DSMiscRexx.Guide
  54.      964     378 60.7% 08-Mar-97 19:23:34 +DSMiscRexx.Guide.info
  55.     3390    1284 62.1% 08-Mar-97 18:01:28 +Flash.dsrx
  56.    68080   31798 53.2% 08-Mar-97 18:43:02 +FlashDemo.IFF
  57.     1240     677 45.4% 08-Mar-97 19:21:24 +FlashDemo.IFF.info
  58.     6510    2279 64.9% 08-Mar-97 18:00:56 +Graph.dsrx
  59.   374588  350457  6.4% 08-Mar-97 18:40:42 +GraphDemo.IFF
  60.     1240     676 45.4% 08-Mar-97 19:21:24 +GraphDemo.IFF.info
  61.     4417    1651 62.6% 08-Mar-97 17:59:42 +Pie.dsrx
  62.   146048  122554 16.0% 08-Mar-97 18:41:26 +PieDemo.IFF
  63.     1240     679 45.2% 08-Mar-97 19:21:24 +PieDemo.IFF.info
  64.     3215    1206 62.4% 08-Mar-97 17:58:46 +Polygon.dsrx
  65.    28110   17652 37.2% 08-Mar-97 18:41:58 +PolygonDemo.IFF
  66.     1240     676 45.4% 08-Mar-97 19:21:24 +PolygonDemo.IFF.info
  67.      900     433 51.8% 08-Mar-97 19:21:24  DSScripts.info
  68. -------- ------- ----- --------- --------
  69.   649322  535891 17.4% 11-Mar-97 11:11:50   15 files
  70.